home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_387 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  142b  |  12 lines

  1. on(release){
  2.    if(money >= 800)
  3.    {
  4.       money -= 800;
  5.       gotoAndStop(307);
  6.    }
  7.    else
  8.    {
  9.       gotoAndStop(319);
  10.    }
  11. }
  12.